func github.com/andybalholm/brotli.compareAndPushToQueueCommand

3 uses

	github.com/andybalholm/brotli (current package)
		cluster_command.go#L11: func compareAndPushToQueueCommand(out []histogramCommand, cluster_size []uint32, idx1 uint32, idx2 uint32, max_num_pairs uint, pairs []histogramPair, num_pairs *uint) {
		cluster_command.go#L85: 				compareAndPushToQueueCommand(out, cluster_size, clusters[idx1], clusters[idx2], max_num_pairs, pairs[0:], &num_pairs)
		cluster_command.go#L148: 			compareAndPushToQueueCommand(out, cluster_size, best_idx1, clusters[i], max_num_pairs, pairs[0:], &num_pairs)